From: Andres Mejia Date: Fri, 29 Oct 2010 06:40:15 +0000 (-0400) Subject: Convert to debhelper (>= 8). X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~337 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=2694c56586dde61a233bd41db240fc75d4e2ea88;p=gpac.git Convert to debhelper (>= 8). --- diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index aebfdc4..a20020d 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://gpac.sourceforge.net Vcs-Git: git://git.debian.org/git/pkg-multimedia/gpac.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gpac.git Standards-Version: 3.9.1 -Build-Depends: debhelper (>= 7.0.50~), +Build-Depends: debhelper (>= 8), freeglut3-dev, liba52-0.7.4-dev, libasound2-dev, diff --git a/debian/rules b/debian/rules index a95228a..9382707 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ --with quilt override_dh_auto_configure: chmod 755 configure